xen.git
19 years ago[XEN] Kexec: Clean up ELF note construction to avoid multiply nested
Ian Campbell [Tue, 9 Jan 2007 17:15:28 +0000 (17:15 +0000)]
[XEN] Kexec: Clean up ELF note construction to avoid multiply nested
struct/unions and the packed keyword.

Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
19 years ago[LINUX] Kexec: Don't try to load an NULL image. This can occur when unloading.
Ian Campbell [Tue, 9 Jan 2007 17:14:28 +0000 (17:14 +0000)]
[LINUX] Kexec: Don't try to load an NULL image. This can occur when unloading.

Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
19 years ago[XEN] Emulate DAA/DAS the hard way. We cannot execute the instruction
kfraser@localhost.localdomain [Tue, 9 Jan 2007 16:59:52 +0000 (16:59 +0000)]
[XEN] Emulate DAA/DAS the hard way. We cannot execute the instruction
directly within the emulator as it is unavailable if the emulator runs
in x86/64 mode.
Signed-off-by: Keir Fraser <keir@xensource.com>
19 years ago[HVM] Remove unnecessary write barriers
Tim Deegan [Tue, 9 Jan 2007 16:49:16 +0000 (16:49 +0000)]
[HVM] Remove unnecessary write barriers
Using a volatile pointer saves us from the compier reordering these
writes, and the processor won't let them appear out of order.
Signed-off-by: Tim Deegan <Tim.Deegan@xensource.com>
19 years agoWhen booting via xm, only run the bootloader if it's in non-interactive mode:
Tim Deegan [Tue, 9 Jan 2007 13:24:45 +0000 (13:24 +0000)]
When booting via xm, only run the bootloader if it's in non-interactive mode:
otherwise we lose the user's named kernel and try to bootload the temporary
file pygrub returned.

Signed-off-by: John Levon <john.levon@sun.com>
19 years agoFix xm create direct call to XendBootloader
Tim Deegan [Tue, 9 Jan 2007 13:24:44 +0000 (13:24 +0000)]
Fix xm create direct call to XendBootloader

Signed-off-by: John Levon <john.levon@sun.com>
19 years agoFix bootloader = "pygrub" via 'xm create'.
Tim Deegan [Tue, 9 Jan 2007 13:24:43 +0000 (13:24 +0000)]
Fix bootloader = "pygrub" via 'xm create'.

Signed-off-by: John Levon <john.levon@sun.com>
19 years agoFix auto-bootloading via 'xm create'.
Tim Deegan [Tue, 9 Jan 2007 13:24:42 +0000 (13:24 +0000)]
Fix auto-bootloading via 'xm create'.

Signed-off-by: John Levon <john.levon@sun.com>
19 years agoSniff for Solaris if not specified. This allows Solaris domU's to automatically
Tim Deegan [Tue, 9 Jan 2007 13:24:41 +0000 (13:24 +0000)]
Sniff for Solaris if not specified. This allows Solaris domU's to automatically
boot correctly without fiddling with domain configs.

Signed-off-by: John Levon <john.levon@sun.com>
19 years agoPass in kernel/ramdisk settings to pygrub; if specified, don't try to use
Tim Deegan [Tue, 9 Jan 2007 13:24:40 +0000 (13:24 +0000)]
Pass in kernel/ramdisk settings to pygrub; if specified, don't try to use
grub.conf; this allows hands-off bootloading in the absence of a grub.conf.
It's also useful for specifying temporary changes etc.

Signed-off-by: John Levon <john.levon@sun.com>
19 years agoFix for pygrub path on Solaris.
Tim Deegan [Tue, 9 Jan 2007 13:24:40 +0000 (13:24 +0000)]
Fix for pygrub path on Solaris.

Signed-off-by: John Levon <john.levon@sun.com>
19 years ago[XEN] Fill in some more opcode space in the emulator.
kfraser@localhost.localdomain [Tue, 9 Jan 2007 12:04:41 +0000 (12:04 +0000)]
[XEN] Fill in some more opcode space in the emulator.
Signed-off-by: Keir Fraser <keir@xensource.com>
19 years agoDo not call refreshShutdown in XendDomain for VM-list operations, as this
Ewan Mellor [Tue, 9 Jan 2007 11:52:15 +0000 (11:52 +0000)]
Do not call refreshShutdown in XendDomain for VM-list operations, as this
is unnecessary and expensive.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
19 years ago[HVM] Fix shadow memory tracking
Tim Deegan [Tue, 9 Jan 2007 10:50:46 +0000 (10:50 +0000)]
[HVM] Fix shadow memory tracking
Fixes a missing free from cset 13275, and a missing prealloc.
Signed-off-by: Tim Deegan <Tim.Deegan@xensource.com>
19 years ago[XEN] Tweak x86 emulator interface.
kfraser@localhost.localdomain [Mon, 8 Jan 2007 18:39:29 +0000 (18:39 +0000)]
[XEN] Tweak x86 emulator interface.
Signed-off-by: Keir Fraser <keir@xensource.com>
19 years ago[linux build] Append $XENGUEST to kernel version.
Christian Limpach [Mon, 8 Jan 2007 17:38:47 +0000 (17:38 +0000)]
[linux build] Append $XENGUEST to kernel version.
This was lost in changeset 13286:c89384734c19.

Signed-off-by: Christian Limpach <Christian.Limpach@xensource.com>
19 years ago[XEN] Fix MAP target.
Ian Campbell [Mon, 8 Jan 2007 16:27:35 +0000 (16:27 +0000)]
[XEN] Fix MAP target.

Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
19 years ago[XEN] Emulate relative near/short jumps, including Jcc.
kfraser@localhost.localdomain [Mon, 8 Jan 2007 15:52:53 +0000 (15:52 +0000)]
[XEN] Emulate relative near/short jumps, including Jcc.
Signed-off-by: Keir Fraser <keir@xensource.com>
19 years agomerge
kfraser@localhost.localdomain [Mon, 8 Jan 2007 14:26:57 +0000 (14:26 +0000)]
merge

19 years agoFix signedness issue in private implementation of memmem().
kfraser@localhost.localdomain [Mon, 8 Jan 2007 14:25:28 +0000 (14:25 +0000)]
Fix signedness issue in private implementation of memmem().
Signed-off-by: Alex Williamson <alex.williamson@hp.com>
19 years agoMerge
Tim Deegan [Mon, 8 Jan 2007 14:25:14 +0000 (14:25 +0000)]
Merge

19 years agoUpdate .hgignore
kfraser@localhost.localdomain [Mon, 8 Jan 2007 14:24:42 +0000 (14:24 +0000)]
Update .hgignore

19 years ago[HVM] Add expansion-ROM boot support again.
Tim Deegan [Mon, 8 Jan 2007 14:24:30 +0000 (14:24 +0000)]
[HVM] Add expansion-ROM boot support again.
Boot info now stored at 0x9ff00; registers saved in HDD load code.
Signed-off-by: Tim Deegan <Tim.Deegan@xensource.com>
19 years ago[linux build] Build Linux kernels with output files in a separate directory.
Christian Limpach [Mon, 8 Jan 2007 11:33:45 +0000 (11:33 +0000)]
[linux build] Build Linux kernels with output files in a separate directory.
Use a single source tree (linux-2.6-xen) and use Linux' O= option to
make the build put output files in a
build-linux-$(LINUX_VER)-$(EXTRAVERSION)_$(XEN_TARGET_ARCH) directory,
making it possible to build both x86_32 and x86_64 kernels in the same
tree.

Signed-off-by: Christian Limpach <Christian.Limpach@xensource.com>
19 years ago[XEN] Emulate MOV imm->reg.
kaf24@localhost.localdomain [Sat, 6 Jan 2007 15:56:52 +0000 (15:56 +0000)]
[XEN] Emulate MOV imm->reg.
Signed-off-by: Keir Fraser <keir@xensource.com>
19 years ago[PV-on-HVM] Add definition of irq_to_evtchn_port().
kfraser@localhost.localdomain [Sat, 6 Jan 2007 12:56:58 +0000 (12:56 +0000)]
[PV-on-HVM] Add definition of irq_to_evtchn_port().
Signed-off-by: Keir Fraser <keir@xensource.com>
19 years ago[TOOLS] Improve information displayed by the xm sched-credit command.
Emmanuel Ackaouy [Sat, 6 Jan 2007 11:17:52 +0000 (11:17 +0000)]
[TOOLS] Improve information displayed by the xm sched-credit command.

The improvement is as follows.
 1. The display form is changed like the xm sched-sedf command.
 2. When -d option is omitted, information on all domains is
    displayed.

Examples:
 # xm sched-credit -d vm1
 Name                              ID Weight Cap
 vm1                                1    512  100
 # xm sched-credit
 Name                              ID Weight Cap
 Domain-0                           0    256    0
 vm1                                1    512  100
 vm2                                2    512   50

Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com>
19 years ago[XEN] Skip over the unit in parse_size_and_unit() when returning the remainder
Ian Campbell [Fri, 5 Jan 2007 18:17:36 +0000 (18:17 +0000)]
[XEN] Skip over the unit in parse_size_and_unit() when returning the remainder
of the string.

Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
19 years ago[XEN] Fix new XCHG emulation.
kfraser@localhost.localdomain [Fri, 5 Jan 2007 18:01:20 +0000 (18:01 +0000)]
[XEN] Fix new XCHG emulation.
Signed-off-by: Keir Fraser <keir@xensource.com>
19 years agomerge
Emmanuel Ackaouy [Fri, 5 Jan 2007 17:51:51 +0000 (17:51 +0000)]
merge

19 years agoInitial support for HVM compat guests
Emmanuel Ackaouy [Fri, 5 Jan 2007 17:51:07 +0000 (17:51 +0000)]
Initial support for HVM compat guests

Signed-off-by: Emmanuel Ackaouy <ack@xensource.com>
19 years agomerge
Emmanuel Ackaouy [Fri, 5 Jan 2007 17:46:14 +0000 (17:46 +0000)]
merge

19 years ago[BALLOON] Ifdef some x86-specific balloon init code.
kfraser@localhost.localdomain [Fri, 5 Jan 2007 17:39:34 +0000 (17:39 +0000)]
[BALLOON] Ifdef some x86-specific balloon init code.
Signed-off-by: Keir Fraser <keir@xensource.com>
19 years agoSupport for save and restore of compatibility guests
Emmanuel Ackaouy [Fri, 5 Jan 2007 17:34:43 +0000 (17:34 +0000)]
Support for save and restore of compatibility guests

Signed-off-by: Emmanuel Ackaouy <ack@xensource.com>
19 years agoPreliminary, likely incomplete and/or wrong, adjustments to shadow code.
Emmanuel Ackaouy [Fri, 5 Jan 2007 17:34:41 +0000 (17:34 +0000)]
Preliminary, likely incomplete and/or wrong, adjustments to shadow code.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
19 years agoEnable compatibility mode operation for kexec.
Emmanuel Ackaouy [Fri, 5 Jan 2007 17:34:41 +0000 (17:34 +0000)]
Enable compatibility mode operation for kexec.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
19 years agoEnable compatibility mode operation for trace buffer access.
Emmanuel Ackaouy [Fri, 5 Jan 2007 17:34:40 +0000 (17:34 +0000)]
Enable compatibility mode operation for trace buffer access.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
19 years agoEnable compatibility mode operation for HYPERVISOR_domctl. Also add logic
Emmanuel Ackaouy [Fri, 5 Jan 2007 17:34:39 +0000 (17:34 +0000)]
Enable compatibility mode operation for HYPERVISOR_domctl. Also add logic
to switch a domain to/from compatibility mode (supposed to happen early
after domain creation only).

Signed-off-by: Jan Beulich <jbeulich@novell.com>
19 years agoEnable compatibility mode operation for HYPERVISOR_sysctl.
Emmanuel Ackaouy [Fri, 5 Jan 2007 17:34:38 +0000 (17:34 +0000)]
Enable compatibility mode operation for HYPERVISOR_sysctl.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
19 years agoEnable compatibility mode operation for HYPERVISOR_xenoprof_op.
Emmanuel Ackaouy [Fri, 5 Jan 2007 17:34:37 +0000 (17:34 +0000)]
Enable compatibility mode operation for HYPERVISOR_xenoprof_op.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
19 years agoEnable compatibility mode operation for HYPERVISOR_acm_op.
Emmanuel Ackaouy [Fri, 5 Jan 2007 17:34:37 +0000 (17:34 +0000)]
Enable compatibility mode operation for HYPERVISOR_acm_op.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
19 years agoEnable compatibility mode operation for HYPERVISOR_platformop.
Emmanuel Ackaouy [Fri, 5 Jan 2007 17:34:36 +0000 (17:34 +0000)]
Enable compatibility mode operation for HYPERVISOR_platformop.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
19 years agoEnable compatibility mode operation for HYPERVISOR_grant_table_op.
Emmanuel Ackaouy [Fri, 5 Jan 2007 17:34:35 +0000 (17:34 +0000)]
Enable compatibility mode operation for HYPERVISOR_grant_table_op.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
19 years agoEnable compatibility mode operation for HYPERVISOR_sched_op and
Emmanuel Ackaouy [Fri, 5 Jan 2007 17:34:35 +0000 (17:34 +0000)]
Enable compatibility mode operation for HYPERVISOR_sched_op and
HYPERVISOR_set_timer_op.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
19 years agoEnable compatibility mode operation for HYPERVISOR_multicall.
Emmanuel Ackaouy [Fri, 5 Jan 2007 17:34:34 +0000 (17:34 +0000)]
Enable compatibility mode operation for HYPERVISOR_multicall.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
19 years agoEnable compatibility mode operation for HYPERVISOR_set_trap_table and
Emmanuel Ackaouy [Fri, 5 Jan 2007 17:34:34 +0000 (17:34 +0000)]
Enable compatibility mode operation for HYPERVISOR_set_trap_table and
HYPERVISOR_set_gdt.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
19 years agoMerge vcpuop compat header creation
Emmanuel Ackaouy [Fri, 5 Jan 2007 17:34:33 +0000 (17:34 +0000)]
Merge vcpuop compat header creation

Signed-off-by: Emmanuel Ackaouy <ack@xensource.com>
19 years agoEnable compatibility mode operation for HYPERVISOR_vcpu_op.
Emmanuel Ackaouy [Fri, 5 Jan 2007 17:34:33 +0000 (17:34 +0000)]
Enable compatibility mode operation for HYPERVISOR_vcpu_op.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
19 years agoEnable compatibility mode operation for HYPERVISOR_physdev_op and
Emmanuel Ackaouy [Fri, 5 Jan 2007 17:34:32 +0000 (17:34 +0000)]
Enable compatibility mode operation for HYPERVISOR_physdev_op and
HYPERVISOR_event_channel_op.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
19 years agoEnable compatibility mode operation for HYPERVISOR_mmu_update and
Emmanuel Ackaouy [Fri, 5 Jan 2007 17:34:31 +0000 (17:34 +0000)]
Enable compatibility mode operation for HYPERVISOR_mmu_update and
HYPERVISOR_mmuext_op.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
19 years agoEnable compatibility mode operation for HYPERVISOR_memory_op,
Emmanuel Ackaouy [Fri, 5 Jan 2007 17:34:31 +0000 (17:34 +0000)]
Enable compatibility mode operation for HYPERVISOR_memory_op,
HYPERVISOR_update_descriptor, HYPERVISOR_update_va_mapping. This also
introduces infrastructure to do argument translation.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
19 years agoAdjust emulation code to deal with compatibility mode guests. This
Emmanuel Ackaouy [Fri, 5 Jan 2007 17:34:30 +0000 (17:34 +0000)]
Adjust emulation code to deal with compatibility mode guests. This
includes enhancements to emulate_privileged_op() that aren't directly
related to such guests.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
19 years agoAdd page table setup and handling, including the creation of an m2p table
Emmanuel Ackaouy [Fri, 5 Jan 2007 17:34:30 +0000 (17:34 +0000)]
Add page table setup and handling, including the creation of an m2p table
meaningful to compatibility mode guests.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
19 years agoHandle shared info (having different layout for native and compatibility
Emmanuel Ackaouy [Fri, 5 Jan 2007 17:34:29 +0000 (17:34 +0000)]
Handle shared info (having different layout for native and compatibility
mode guests) accesses.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
19 years agoHandle the creation of startup info for compatibility mode guests. This
Emmanuel Ackaouy [Fri, 5 Jan 2007 17:34:28 +0000 (17:34 +0000)]
Handle the creation of startup info for compatibility mode guests. This
includes a script to auto-generate checking or translation code between
native and compatibility mode hypercall argument structures.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
19 years agoAdd logic to generate headers reflecting the compatibility mode layout
Emmanuel Ackaouy [Fri, 5 Jan 2007 17:34:28 +0000 (17:34 +0000)]
Add logic to generate headers reflecting the compatibility mode layout
of hypercall arguments. Provide infrastructure for accessing handles
passed from compatibility mode guests. Vector those hypercalls not
needing any translation to their native implementations.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
19 years agoAdd entry points for handling hypercalls from and returning to
Emmanuel Ackaouy [Fri, 5 Jan 2007 17:34:27 +0000 (17:34 +0000)]
Add entry points for handling hypercalls from and returning to
compatibility mode guests.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
19 years agoIntroduce _DOMF_compat and infrastructure as well as several conditionals
Emmanuel Ackaouy [Fri, 5 Jan 2007 17:32:00 +0000 (17:32 +0000)]
Introduce _DOMF_compat and infrastructure as well as several conditionals
dealing with operations that need to distinguish between native and
compatibility mode guests.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
19 years agoAdd support to list VDIs and SRs in xapi.py
Alastair Tse [Fri, 5 Jan 2007 17:27:30 +0000 (17:27 +0000)]
Add support to list VDIs and SRs in xapi.py

Signed-off-by: Alastair Tse <atse@xensource.com>
19 years ago[XEND] Fix some Xen API error declarations.
Alastair Tse [Fri, 5 Jan 2007 17:24:55 +0000 (17:24 +0000)]
[XEND] Fix some Xen API error declarations.

Signed-off-by: Alastair Tse <atse@xensource.com>
19 years ago[HVM] Sync the base memory reported by ROMBIOS with the e820 map.
Tim Deegan [Fri, 5 Jan 2007 16:28:42 +0000 (16:28 +0000)]
[HVM] Sync the base memory reported by ROMBIOS with the e820 map.
This stops Etherboot relocating itself onto the SMBIOS tables.
Signed-off-by: Tim Deegan <Tim.Deegan@xensource.com>
19 years agoCatch exception from dumpCore when inside refreshShutdown.
Ewan Mellor [Fri, 5 Jan 2007 16:11:49 +0000 (16:11 +0000)]
Catch exception from dumpCore when inside refreshShutdown.

Thanks to John Levon <levon@movementarian.org> for diagnosis and suggesting the
fix.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
19 years ago[XEN] Remove an out-of-date comment.
kfraser@localhost.localdomain [Fri, 5 Jan 2007 15:57:23 +0000 (15:57 +0000)]
[XEN] Remove an out-of-date comment.
Signed-off-by: Keir Fraser <keir@xensource.com>
19 years ago[XEN] Add more instructions to the emulator.
kfraser@localhost.localdomain [Fri, 5 Jan 2007 15:54:06 +0000 (15:54 +0000)]
[XEN] Add more instructions to the emulator.

Fix prefix handling to ignore misplaced REX bytes and to grok both
kinds of REP prefix properly. These fixes are from Jan Beulich
<jbeulich@novell.com>.

Signed-off-by: Keir Fraser <keir@xensource.com>
19 years agoFix examples to have correct class names and error handling.
Ewan Mellor [Fri, 5 Jan 2007 15:52:58 +0000 (15:52 +0000)]
Fix examples to have correct class names and error handling.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
19 years agoAdded session.last_active field. Removed the constructors and destructors for
Ewan Mellor [Fri, 5 Jan 2007 15:51:39 +0000 (15:51 +0000)]
Added session.last_active field.  Removed the constructors and destructors for
session and task classes -- these are implicitly added and removed, so we
should not have explicit constructors and destructors for them.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
19 years agoAdded NETWORK_ALREADY_CONNECTED error code to the documentation.
Ewan Mellor [Fri, 5 Jan 2007 15:50:20 +0000 (15:50 +0000)]
Added NETWORK_ALREADY_CONNECTED error code to the documentation.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
19 years agoRecord the last shutdown reason for each VM in the store.
Ewan Mellor [Fri, 5 Jan 2007 15:38:01 +0000 (15:38 +0000)]
Record the last shutdown reason for each VM in the store.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
19 years agoRename the 3DNOW and 3DNOWEXT API constants to THREEDNOW, so that they may be
Ewan Mellor [Fri, 5 Jan 2007 15:34:47 +0000 (15:34 +0000)]
Rename the 3DNOW and 3DNOWEXT API constants to THREEDNOW, so that they may be
used directly as identifiers in bindings.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
19 years ago[XEN] Fix EA calculation for POP <rm> when stack pointer is used as
kfraser@localhost.localdomain [Fri, 5 Jan 2007 14:44:58 +0000 (14:44 +0000)]
[XEN] Fix EA calculation for POP <rm> when stack pointer is used as
base of the EA calculation. It should be used *post* increment.

Original patch from Jan Beulich <jbeulich@novell.com>

Signed-off-by: Keir Fraser <keir@xensource.com>
19 years agoFix bindings for PIF_set_MAC and PIF.set_MTU.
Ewan Mellor [Fri, 5 Jan 2007 12:33:23 +0000 (12:33 +0000)]
Fix bindings for PIF_set_MAC and PIF.set_MTU.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
19 years agoFix missing import, and a small tidyup.
Ewan Mellor [Fri, 5 Jan 2007 12:32:40 +0000 (12:32 +0000)]
Fix missing import, and a small tidyup.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
19 years agoRemove broken and unused set_u32.
Ewan Mellor [Fri, 5 Jan 2007 12:31:49 +0000 (12:31 +0000)]
Remove broken and unused set_u32.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
19 years agoTreat <value> tags with no type tag inside as if they were strings (as required
Ewan Mellor [Fri, 5 Jan 2007 12:30:32 +0000 (12:30 +0000)]
Treat <value> tags with no type tag inside as if they were strings (as required
by the XML-RPC spec).

Signed-off-by: Ewan Mellor <ewan@xensource.com>
19 years agoAdded permissiveness for floats.
Ewan Mellor [Fri, 5 Jan 2007 12:29:26 +0000 (12:29 +0000)]
Added permissiveness for floats.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
19 years agoXen 3.0.3 pre-pended all configuration prior to the user-specified
kfraser@localhost.localdomain [Fri, 5 Jan 2007 11:03:16 +0000 (11:03 +0000)]
Xen 3.0.3 pre-pended all configuration prior to the user-specified
args in the boot cmdline. Restore this behaviour to fix
incompatabilities with fragile parsers in some domU kernels.

Signed-off-by: John Levon <john.levon@sun.com>
19 years agoFix xend stop if we're run directly instead of via the caretaker parent.
kfraser@localhost.localdomain [Fri, 5 Jan 2007 10:58:48 +0000 (10:58 +0000)]
Fix xend stop if we're run directly instead of via the caretaker parent.
Signed-off-by: John Levon <john.levon@sun.com>
19 years ago[XEN] Add LEA to the Xen x86 emulator. Rename x86_emulate_memop() to
kfraser@localhost.localdomain [Fri, 5 Jan 2007 10:55:55 +0000 (10:55 +0000)]
[XEN] Add LEA to the Xen x86 emulator. Rename x86_emulate_memop() to
x86_emulate(), as the emulator now does more than emulation of
'special' memory accesses.
Signed-off-by: Keir Fraser <keir@xensource.com>
19 years agomerge
Ian Campbell [Fri, 5 Jan 2007 10:40:19 +0000 (10:40 +0000)]
merge

19 years ago[TOOLS] Fix typo in XenDomainInfo:device_configure.
Ian Campbell [Fri, 5 Jan 2007 10:39:45 +0000 (10:39 +0000)]
[TOOLS] Fix typo in XenDomainInfo:device_configure.

Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
19 years ago[XEN] Add extra opcodes to emulator. Fix operand-size
kfraser@localhost.localdomain [Fri, 5 Jan 2007 10:38:48 +0000 (10:38 +0000)]
[XEN] Add extra opcodes to emulator. Fix operand-size
computation for 64-bit PUSH/POP.
Signed-off-by: Keir Fraser <keir@xensource.com>
19 years ago[XEND] Fix block-list for dom0 in xm.
Alastair Tse [Thu, 4 Jan 2007 16:42:44 +0000 (16:42 +0000)]
[XEND] Fix block-list for dom0 in xm.

Signed-off-by: Alastair Tse <atse@xensource.com>
19 years ago[XEND] Prevent exception if PIF does not have a network.
Alastair Tse [Thu, 4 Jan 2007 16:34:19 +0000 (16:34 +0000)]
[XEND] Prevent exception if PIF does not have a network.

Signed-off-by: Alastair Tse <atse@xensource.com>
19 years ago[XEND] Add VBD_MODE enum from XenAPI.
Alastair Tse [Thu, 4 Jan 2007 16:31:29 +0000 (16:31 +0000)]
[XEND] Add VBD_MODE enum from XenAPI.

Signed-off-by: Alastair Tse <atse@xensource.com>
19 years ago[XEND] Default values for VBD mode and cpu_weight.
Alastair Tse [Thu, 4 Jan 2007 16:30:20 +0000 (16:30 +0000)]
[XEND] Default values for VBD mode and cpu_weight.

Signed-off-by: Alastair Tse <atse@xensource.com>
19 years ago[XEND] Only use DevController to generate SXP for running domains.
Alastair Tse [Thu, 4 Jan 2007 16:21:12 +0000 (16:21 +0000)]
[XEND] Only use DevController to generate SXP for running domains.

Otherwise the previous patch breaks managed domains in xm list.

Signed-off-by: Alastair Tse <atse@xensource.com>
19 years ago[XEND] Allow arbitrary values for the vif 'type'.
kfraser@localhost.localdomain [Thu, 4 Jan 2007 15:58:20 +0000 (15:58 +0000)]
[XEND] Allow arbitrary values for the vif 'type'.
Signed-off-by: David Edmondson <dme@sun.com>
19 years ago[linux] Fix vsnprintf patch not to write null byte past the end of the buffer.
Christian Limpach [Thu, 4 Jan 2007 15:50:08 +0000 (15:50 +0000)]
[linux] Fix vsnprintf patch not to write null byte past the end of the buffer.

Signed-off-by: Christian Limpach <Christian.Limpach@xensource.com>
19 years ago[XEND] Parse as much device SXP as possible.
Alastair Tse [Thu, 4 Jan 2007 15:32:26 +0000 (15:32 +0000)]
[XEND] Parse as much device SXP as possible.

Fix vtpm device check and xm list --long listing detached block devices.

Signed-off-by: Alastair Tse <atse@xensource.com>
19 years ago[XM-TEST] Tweak 06_block-destroy_check_list_pos to allow more time to check
Steven Hand [Thu, 4 Jan 2007 15:08:40 +0000 (15:08 +0000)]
[XM-TEST] Tweak 06_block-destroy_check_list_pos to allow more time to check
block device has gone away from point of view of domain sxp.

Signed-off-by: Steven Hand <steven@xensource.com>
19 years agoSwitch hotplug scripts to use /bin/bash rather than /bin/sh.
Alastair Tse [Thu, 4 Jan 2007 14:25:58 +0000 (14:25 +0000)]
Switch hotplug scripts to use /bin/bash rather than /bin/sh.

Hotplug scripts include certain bash-isms that are not supported under
some distros' default shell (eg. Ubuntu 6.10's use of dash)

Signed-off-by: Alastair Tse <atse@xensource.com>
19 years ago[linux] Remove some gratuitous differences with plain 2.6.16.33.
Christian Limpach [Thu, 4 Jan 2007 13:05:09 +0000 (13:05 +0000)]
[linux] Remove some gratuitous differences with plain 2.6.16.33.

Signed-off-by: Christian Limpach <Christian.Limpach@xensource.com>
19 years agoMake sure we always have a sensible idle function; this fixes problems
Steven Hand [Thu, 4 Jan 2007 10:58:01 +0000 (10:58 +0000)]
Make sure we always have a sensible idle function; this fixes problems
booting dom0 on AMD introduced by -unstable cset 13213:bf25488db8eb.

Signed-off-by: Steven Hand <steven@xensource.com>
19 years ago[XEND] Fix allocation of fixed VNC ports.
kfraser@localhost.localdomain [Thu, 4 Jan 2007 10:20:45 +0000 (10:20 +0000)]
[XEND] Fix allocation of fixed VNC ports.
From: MArk Williamson <mark.williamson@cl.cam.ac.uk>
Signed-off-by: Keir Fraser <keir@xensource.com>
19 years ago[XEN] Avoid use of GNU-specific memmem().
kfraser@localhost.localdomain [Thu, 4 Jan 2007 10:17:34 +0000 (10:17 +0000)]
[XEN] Avoid use of GNU-specific memmem().
Signed-off-by: Keir Fraser <keir@xensource.com>
19 years ago[XEN] Make labels _start,_end,_stext,_etext,_sinittext,_einittext generic.
kaf24@localhost.localdomain [Wed, 3 Jan 2007 23:53:27 +0000 (23:53 +0000)]
[XEN] Make labels _start,_end,_stext,_etext,_sinittext,_einittext generic.
Also sync the tools/symbol.c symbol table generator with Linux.
Make section names generic (e.e.g, .init.text, .init.data, ...).
Signed-off-by: Keir Fraser <keir@xensource.com>
19 years ago[LINUX] Implement the idle=poll option in the kernel when running on Xen.
kfraser@localhost.localdomain [Wed, 3 Jan 2007 14:08:42 +0000 (14:08 +0000)]
[LINUX] Implement the idle=poll option in the kernel when running on Xen.

This causes the kernel to use a polling loop rather than hypercall
down to block. I have found this useful to profile the amount of sleep
cycles when using xenoprof, there may be other uses.

Signed-off-by: Amitabha Roy <amitabha.roy@gmail.com>
19 years ago[IOEMU] Process reset requests before returning control to the guest.
Ian Campbell [Wed, 3 Jan 2007 13:55:53 +0000 (13:55 +0000)]
[IOEMU] Process reset requests before returning control to the guest.

Since 12899:4ae4bdee00e Xen only pays attention the first shutdown or
reboot request for a domain.

When a reset if requested we need to make the SCHEDOP_remote_shutdown
hypercall before we return control to the guest so that it wins the
"race" with the heuristic in xen/arch/x86/hvm/hvm.c:hvm_vcpu_down()
which causes a powerdown.

Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
19 years ago[LINUX] Build blktap as module named xenblktap.
kfraser@localhost.localdomain [Wed, 3 Jan 2007 13:46:23 +0000 (13:46 +0000)]
[LINUX] Build blktap as module named xenblktap.
Signed-off-by: Keir Fraser <keir@xensource.com>
19 years agoReset the option-parsing object before using it -- this means that the
Ewan Mellor [Tue, 2 Jan 2007 14:46:13 +0000 (14:46 +0000)]
Reset the option-parsing object before using it -- this means that the
option parsing works when using xm shell.

Signed-off-by: Ewan Mellor <ewan@xensource.com>